home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / formats / iff / newiff.lzh / NewIFF / NewIFF.lzh / newiff / iffp / iffpstrings.h < prev    next >
C/C++ Source or Header  |  1992-05-18  |  5KB  |  180 lines

  1. #ifndef TEXTTABLE_H
  2. #define TEXTTABLE_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #include <exec/types.h>
  14.  
  15.  
  16. /****************************************************************************/
  17.  
  18.  
  19. #ifdef IFFP_MODULES
  20. #define MSG_IFFP_NOCLIP_D 5000
  21. #define MSG_IFFP_NOCLIP_D_STR "Clipboard open of unit %ld failed\n"
  22.  
  23. #define MSG_IFFP_NOFILE 5001
  24. #define MSG_IFFP_NOFILE_STR "File not found\n"
  25.  
  26. #define MSG_IFFP_NOFILE_S 5002
  27. #define MSG_IFFP_NOFILE_S_STR "%s: File open failed\n"
  28.  
  29. #define MSG_IFFP_NOTOP 5003
  30. #define MSG_IFFP_NOTOP_STR "Parsing error; no top chunk\n"
  31.  
  32. #define MSG_IFFP_STDFIRST 5010
  33. #define MSG_IFFP_STDFIRST_STR "End of file (not an error)"
  34.  
  35. #define MSG_IFFP_STD2 5011
  36. #define MSG_IFFP_STD2_STR "End of context (not an error)"
  37.  
  38. #define MSG_IFFP_STD3 5012
  39. #define MSG_IFFP_STD3_STR "No lexical scope"
  40.  
  41. #define MSG_IFFP_STD4 5013
  42. #define MSG_IFFP_STD4_STR "Insufficient memory"
  43.  
  44. #define MSG_IFFP_STD5 5014
  45. #define MSG_IFFP_STD5_STR "Stream read error"
  46.  
  47. #define MSG_IFFP_STD6 5015
  48. #define MSG_IFFP_STD6_STR "Stream write error"
  49.  
  50. #define MSG_IFFP_STD7 5016
  51. #define MSG_IFFP_STD7_STR "Stream seek error"
  52.  
  53. #define MSG_IFFP_STD8 5017
  54. #define MSG_IFFP_STD8_STR "File is corrupt"
  55.  
  56. #define MSG_IFFP_STD9 5018
  57. #define MSG_IFFP_STD9_STR "IFF syntax error"
  58.  
  59. #define MSG_IFFP_STD10 5019
  60. #define MSG_IFFP_STD10_STR "Not an IFF file"
  61.  
  62. #define MSG_IFFP_STD11 5020
  63. #define MSG_IFFP_STD11_STR "Required hook vector missing"
  64.  
  65. #define MSG_IFFP_STDLAST 5021
  66. #define MSG_IFFP_STDLAST_STR "Return to client"
  67.  
  68. #define MSG_IFFP_CLIENTERR 5030
  69. #define MSG_IFFP_CLIENTERR_STR "Client error"
  70.  
  71. #define MSG_IFFP_NOIFFFILE 5031
  72. #define MSG_IFFP_NOIFFFILE_STR "File not found or wrong type"
  73.  
  74. #define MSG_IFFP_UNKNOWNERR_D 5032
  75. #define MSG_IFFP_UNKNOWNERR_D_STR "Unknown parse error %ld"
  76.  
  77. #define MSG_IFFP_OSNOMEM 5040
  78. #define MSG_IFFP_OSNOMEM_STR "Not enough memory"
  79.  
  80. #define MSG_IFFP_OSNOCHIPMEM 5041
  81. #define MSG_IFFP_OSNOCHIPMEM_STR "Not enough chip memory"
  82.  
  83. #define MSG_IFFP_OSNOMONITOR 5042
  84. #define MSG_IFFP_OSNOMONITOR_STR "monitor not available"
  85.  
  86. #define MSG_IFFP_OSNOCHIPS 5043
  87. #define MSG_IFFP_OSNOCHIPS_STR "required chipset not available (//)"
  88.  
  89. #define MSG_IFFP_OSPUBNOTUNIQUE 5044
  90. #define MSG_IFFP_OSPUBNOTUNIQUE_STR "public screen already open"
  91.  
  92. #define MSG_IFFP_OSUNKNOWNMODE 5045
  93. #define MSG_IFFP_OSUNKNOWNMODE_STR "mode ID is unknown"
  94.  
  95. #define MSG_IFFP_OSUNKNOWNERR_D 5046
  96. #define MSG_IFFP_OSUNKNOWNERR_D_STR "unknown OpenScreen error %ld"
  97.  
  98. #define MSG_IFFP_NOMEM 5050
  99. #define MSG_IFFP_NOMEM_STR "Not enough memory\n"
  100.  
  101. #define MSG_IFFP_NOILBM 5051
  102. #define MSG_IFFP_NOILBM_STR "Not an ILBM\n"
  103.  
  104. #define MSG_IFFP_NOBMHD 5052
  105. #define MSG_IFFP_NOBMHD_STR "No ILBM.BMHD chunk\n"
  106.  
  107. #define MSG_IFFP_NOBODY 5053
  108. #define MSG_IFFP_NOBODY_STR "No ILBM.BODY chunk\n"
  109.  
  110. #define MSG_IFFP_NODISPLAY 5054
  111. #define MSG_IFFP_NODISPLAY_STR "Failed to open display\n"
  112.  
  113. #define MSG_IFFP_NORASTER 5055
  114. #define MSG_IFFP_NORASTER_STR "Failed to allocate raster\n"
  115.  
  116. #define MSG_IFFP_NOCOLORS 5056
  117. #define MSG_IFFP_NOCOLORS_STR "No colortable allocated\n"
  118.  
  119. #endif /* IFFP_MODULES */
  120.  
  121.  
  122. /****************************************************************************/
  123.  
  124.  
  125. #ifdef STRINGARRAY
  126.  
  127. struct AppString
  128. {
  129.     LONG   as_ID;
  130.     STRPTR as_Str;
  131. };
  132.  
  133. struct AppString AppStrings[] =
  134. {
  135. #ifdef IFFP_MODULES
  136.     {MSG_IFFP_NOCLIP_D,MSG_IFFP_NOCLIP_D_STR},
  137.     {MSG_IFFP_NOFILE,MSG_IFFP_NOFILE_STR},
  138.     {MSG_IFFP_NOFILE_S,MSG_IFFP_NOFILE_S_STR},
  139.     {MSG_IFFP_NOTOP,MSG_IFFP_NOTOP_STR},
  140.     {MSG_IFFP_STDFIRST,MSG_IFFP_STDFIRST_STR},
  141.     {MSG_IFFP_STD2,MSG_IFFP_STD2_STR},
  142.     {MSG_IFFP_STD3,MSG_IFFP_STD3_STR},
  143.     {MSG_IFFP_STD4,MSG_IFFP_STD4_STR},
  144.     {MSG_IFFP_STD5,MSG_IFFP_STD5_STR},
  145.     {MSG_IFFP_STD6,MSG_IFFP_STD6_STR},
  146.     {MSG_IFFP_STD7,MSG_IFFP_STD7_STR},
  147.     {MSG_IFFP_STD8,MSG_IFFP_STD8_STR},
  148.     {MSG_IFFP_STD9,MSG_IFFP_STD9_STR},
  149.     {MSG_IFFP_STD10,MSG_IFFP_STD10_STR},
  150.     {MSG_IFFP_STD11,MSG_IFFP_STD11_STR},
  151.     {MSG_IFFP_STDLAST,MSG_IFFP_STDLAST_STR},
  152.     {MSG_IFFP_CLIENTERR,MSG_IFFP_CLIENTERR_STR},
  153.     {MSG_IFFP_NOIFFFILE,MSG_IFFP_NOIFFFILE_STR},
  154.     {MSG_IFFP_UNKNOWNERR_D,MSG_IFFP_UNKNOWNERR_D_STR},
  155.     {MSG_IFFP_OSNOMEM,MSG_IFFP_OSNOMEM_STR},
  156.     {MSG_IFFP_OSNOCHIPMEM,MSG_IFFP_OSNOCHIPMEM_STR},
  157.     {MSG_IFFP_OSNOMONITOR,MSG_IFFP_OSNOMONITOR_STR},
  158.     {MSG_IFFP_OSNOCHIPS,MSG_IFFP_OSNOCHIPS_STR},
  159.     {MSG_IFFP_OSPUBNOTUNIQUE,MSG_IFFP_OSPUBNOTUNIQUE_STR},
  160.     {MSG_IFFP_OSUNKNOWNMODE,MSG_IFFP_OSUNKNOWNMODE_STR},
  161.     {MSG_IFFP_OSUNKNOWNERR_D,MSG_IFFP_OSUNKNOWNERR_D_STR},
  162.     {MSG_IFFP_NOMEM,MSG_IFFP_NOMEM_STR},
  163.     {MSG_IFFP_NOILBM,MSG_IFFP_NOILBM_STR},
  164.     {MSG_IFFP_NOBMHD,MSG_IFFP_NOBMHD_STR},
  165.     {MSG_IFFP_NOBODY,MSG_IFFP_NOBODY_STR},
  166.     {MSG_IFFP_NODISPLAY,MSG_IFFP_NODISPLAY_STR},
  167.     {MSG_IFFP_NORASTER,MSG_IFFP_NORASTER_STR},
  168.     {MSG_IFFP_NOCOLORS,MSG_IFFP_NOCOLORS_STR},
  169. #endif /* IFFP_MODULES */
  170. };
  171.  
  172.  
  173. #endif /* STRINGARRAY */
  174.  
  175.  
  176. /****************************************************************************/
  177.  
  178.  
  179. #endif /* TEXTTABLE_H */
  180.